Click or drag to resize

ServiceUpdateItem Method (ItemChange, ConflictResolution, SendMeetingOption, FolderId)

Updates the properties of an existing item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemId UpdateItem(
	ItemChange itemChange,
	ConflictResolution conflictResolution,
	SendMeetingOption sendMeetingOption,
	FolderId sentItemsFolderId
)

Parameters

itemChange
Type: Independentsoft.ExchangeItemChange
The item change.
conflictResolution
Type: Independentsoft.ExchangeConflictResolution
The conflict resolution mode.
sendMeetingOption
Type: Independentsoft.ExchangeSendMeetingOption
Indicates whether and how invitations and/or cancellations should be sent for appointments.
sentItemsFolderId
Type: Independentsoft.ExchangeFolderId
The folder in which to save sent messages, meeting invitations, or cancellations.

Return Value

Type: ItemId
A collection of update results for each of the specified items.
See Also